Linux管理

推荐列表 站点导航

当前位置:首页 > 服务器技术 > Linux管理 >

Debian/Linux下无线网卡驱动的安装,网卡型号是「BCM43228」

来源:网络整理  作者:wy  发布时间:2020-12-23 14:48
我的 PC 型号是 Acer V3-572G, 安装了 Debian 后, 发现只能通过有线网络上网, 无法识别无线网卡, 以下是解决的过程(不局限...

我的 PC 型号是 Acer V3-572G, 安装了 Debian 后, 发现只能通过有线网络上网, 无法识别无线网卡, 以下是解决的过程(不局限于此型号 PC):

 

1.在命令行键入 lspci , 得到网卡型号「BCM43228」

xox@debian-x64:~$ lspci

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)

00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)

00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)

00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)

00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)

00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)

00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)

00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)

00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)

00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)

00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)

00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)

00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)

01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01)

01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)

02:00.0 Network controller: Broadcom Limited BCM43228 802.11a/b/g/n

03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)

 

2.使用搜索引擎得到特定型号的固件包

如下图, 第一个搜索结果中即有相关信息 wl - Debian Wiki(https://wiki.debian.org/wl)

Debian/Linux下无线网卡驱动的安装,网卡型号是「BCM43228」

 

3.apt-get install 安装驱动

# apt-get update

# apt-get install linux-image-$(uname -r|sed 's,[^-]IT之家-[^-]IT之家-,,') linux-headers-$(uname -r|sed 's,[^-]IT之家-[^-]IT之家-,,') broadcom-sta-dkms

 

4.重启即可使用无线网络

相关热词: Linux 安装

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://v30.fanwenzhu.com/server/guanli/8208.shtml

相关文章
Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

Debian/Linux下无线网卡驱动的安装,网卡型号是「BCM43228」

2020-12-23 编辑:wy

我的 PC 型号是 Acer V3-572G, 安装了 Debian 后, 发现只能通过有线网络上网, 无法识别无线网卡, 以下是解决的过程(不局限于此型号 PC):

 

1.在命令行键入 lspci , 得到网卡型号「BCM43228」

xox@debian-x64:~$ lspci

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)

00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)

00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)

00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)

00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)

00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)

00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)

00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)

00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)

00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)

00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)

00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)

00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)

01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01)

01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)

02:00.0 Network controller: Broadcom Limited BCM43228 802.11a/b/g/n

03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)

 

2.使用搜索引擎得到特定型号的固件包

如下图, 第一个搜索结果中即有相关信息 wl - Debian Wiki(https://wiki.debian.org/wl)

Debian/Linux下无线网卡驱动的安装,网卡型号是「BCM43228」

 

3.apt-get install 安装驱动

# apt-get update

# apt-get install linux-image-$(uname -r|sed 's,[^-]IT之家-[^-]IT之家-,,') linux-headers-$(uname -r|sed 's,[^-]IT之家-[^-]IT之家-,,') broadcom-sta-dkms

 

4.重启即可使用无线网络

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://v30.fanwenzhu.com/server/guanli/8208.shtml

相关文章

风云图片

推荐阅读

返回Linux管理频道首页